home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / ifp1s158.zip / PAGE_16.INF < prev    next >
Text File  |  1993-06-26  |  2KB  |  49 lines

  1.   This page gives low-level information about your current drive, and all
  2. real drives in your system.
  3.  
  4.   INFOPLUS will read the boot sector of the current drive. This gives
  5. information about that drive:
  6.  
  7. Media: The type of drive (RAMdisks may show up as anything.)
  8.  
  9. Sectors/cluster: The number of sectors that make up a cluster, the unit
  10.                  that DOS allocates disk space in.
  11.  
  12. Bytes/sector: How big those sectors are.
  13.  
  14. Reserved sectors: How many sectors are set aside for special use.
  15.  
  16. FATs: File Allocation Tables. DOS uses these tables to keep track of which
  17.       clusters are currently in use, free, or bad. Most disks have 2.
  18.  
  19. Sectors/FAT: How many sectors are needed to hold all the FAT information
  20.              for each copy of the FAT.
  21.  
  22. Root directory entries: How many files can be put in the root directory of
  23.                         the disk. Hard drives usually have 512.
  24.  
  25. Heads: How many read/write heads are on the disk.
  26.  
  27. Total sectors: The number of sectors on the drive.
  28.  
  29. Sectors/track: How many sectors are are on a track. In other words, the
  30.                number of pie wedges.
  31.  
  32. OEM name: A string that is usually in the boot record. Tells which version
  33.           of DOS formatted the disk.
  34.  
  35. Extended boot record: DOS 4 and newer supports an extended record that
  36.                       contains the volume lable, the serial number, and a
  37.                       FAT type string.
  38.  
  39. For each physical drive in the system, you can <DnArw> to get information
  40. on all the drives. Most of the information is the same as the above, with
  41. some extra information:
  42.  
  43. DPB valid: This lets you know if this information is any good.
  44.  
  45. Device header: The address of the driver for this disk.
  46.  
  47. Root directory sector: The sector where the root directory begins.
  48.  
  49.